Conversation
|
|
@bampakoa thanks for the v22 work! 🎉 I dug into the bold/italic icon question. Good news: it's not caused by the v22 upgrade and it's not a library bug — it's a long-standing config issue in the demo app itself ( Root cause: the demo passes a custom bold: { ..., styleClass: 'bold', icon: 'icon-bold' },
italic: { ..., styleClass: 'italic', icon: 'icon-italic' },The library's CSS only defines the The class names were renamed Fix (in - icon: 'icon-bold'
+ icon: 'nwe-icon-bold'
...
- icon: 'icon-italic'
+ icon: 'nwe-icon-italic'I verified locally on this branch by building the lib + running the demo: with that two-line change both the B and I icons render correctly alongside the rest. The |
|
Opened #287 against |
behdi
left a comment
There was a problem hiding this comment.
Hey lads, when can we expect this?
If there's any help I can give, please let me know!
|
Hello @behdi! We plan to release it this week. Stay tuned 🙂 |
|
@stevermeister can you have a quick look so that I can merge it to the main branch? |



@stevermeister this is a draft PR that prepares the library for Angular 22. Could you please check why the bold and italic buttons do not have any icon?
Thanks!